Rename bus names from xenbus* to xen*.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Thu, 18 Aug 2005 19:01:09 +0000 (19:01 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Thu, 18 Aug 2005 19:01:09 +0000 (19:01 +0000)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c

index 008aac4ba0d2f7ba889f1838d14c9fe0824003f0..331ef7f150fb7e166a3f475661a23de130ca9949 100644 (file)
@@ -100,7 +100,7 @@ static struct xen_bus_type xenbus_frontend = {
        .get_bus_id = frontend_bus_id,
        .probe = xenbus_probe_frontend,
        .bus = {
-               .name  = "xenbus",
+               .name  = "xen",
                .match = xenbus_match,
        },
 };
@@ -157,7 +157,7 @@ static struct xen_bus_type xenbus_backend = {
        .get_bus_id = backend_bus_id,
        .probe = xenbus_probe_backend,
        .bus = {
-               .name  = "xenbus-backend",
+               .name  = "xen-backend",
                .match = xenbus_match,
        },
 };